home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_bas / mdbguru.zip / TEXTBOXM.PRO < prev    next >
Text File  |  1995-02-25  |  355b  |  14 lines

  1. ; default multiline textbox properties
  2. Height          =   315
  3. Index           =   <<index>>
  4. Left            =   <<left>>
  5. MultipleLine    =   -1 ' True
  6. TabIndex        =   <<tabindex>>
  7. Tag             =   "<<fieldname>>"
  8. Text            =   "<<fieldname>>"
  9. Top             =   <<top>>
  10. Visible         =   1   'True
  11. Width           =   2415
  12.  
  13.  
  14.